feat(orchestrator): migrate spawn_agent to spawn_with_fallback#722
Merged
AlexMikhalev merged 1 commit intomainfrom Mar 26, 2026
Merged
feat(orchestrator): migrate spawn_agent to spawn_with_fallback#722AlexMikhalev merged 1 commit intomainfrom
AlexMikhalev merged 1 commit intomainfrom
Conversation
#55 - Add SpawnRequest struct to terraphim_spawner with primary/fallback fields - Add spawn_with_fallback method that tries primary provider first, then falls back - Add circuit_breakers field to AgentOrchestrator for future circuit breaker integration - Migrate spawn_agent to build SpawnRequest and use spawn_with_fallback - Pass fallback_provider and fallback_model from AgentDefinition when configured - All tests pass, clippy clean, cargo fmt applied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spawn_agentcall sites to usespawn_with_fallbackspawn_agentfunctionTest plan
cargo clippy --workspace --all-targets -- -D warningspassescargo fmt --all --checkpassescargo test --workspacepassesRefs #55
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com